<xs:complexType name="AngeordnetVonType">
<xs:sequence>
<xs:element name="AnordnendePerson" type="PersonType" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Person die die Maßnahmen/Beschränkungen angeordnet hat.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Einrichtungsleiter" type="PersonType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de-at">
EinrichtungsleiterIn der anordnenden Einrichtung.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="IsArzt" type="xs:boolean" default="false" use="optional">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Wurde(n) die Maßnahme(n)/Beschränkung(en) von einer Ärztin oder Arzt angeordnet?
True: Ja
False: Nein
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IsDGKSP" type="xs:boolean" default="false" use="optional">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Wurde(n) die Maßnahme(n)/Beschränkung(en) von DGKS/P angeordnet?
True: Ja
False: Nein
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IsPaedagogischeLeitung" type="xs:boolean" default="false" use="optional">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Wurde(n) die Maßnahme(n)/Beschränkung(en) von einer pädagogischen Leitung angeordnet?
True: Ja
False: Nein
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|